Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 8 - Light Objects / Light Objects Reference
Light Objects Routines / Managing Spot Lights


Q3SpotLight_GetHotAngle

You can use the Q3SpotLight_GetHotAngle function to get the hot angle of a spot light.

TQ3Status Q3SpotLight_GetHotAngle (
TQ3LightObject light, 
float *hotAngle);
light
A spot light object.
hotAngle
On exit, the hot angle of the specified light, in radians.
DESCRIPTION
The Q3SpotLight_GetHotAngle function returns, in the hotAngle parameter, the current hot angle of the spot light specified by the light parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996